All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.AttributedStringDrawer
NSJavaAttributedStringDrawer
.
[[NSJavaAttributedStringDrawer
alloc] init]
.
+ drawAtPoint::
Objective-C class method.
+ drawInRect::
Objective-C class method.
+ size:
Objective-C class method.
protected AttributedStringDrawer(boolean shouldAllocate, int objcObject)
public AttributedStringDrawer()
[[NSJavaAttributedStringDrawer
alloc] init]
.
public static native Size size(AttributedString attrString)
+ size:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringDrawer, should be enough to head you in the right direction
should you find more than one such method).
public static native void drawAtPoint(AttributedString attrString, Point point)
+ drawAtPoint::
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringDrawer, should be enough to head you in the right direction
should you find more than one such method).
public static native void drawInRect(AttributedString attrString, Rect rect)
+ drawInRect::
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringDrawer, should be enough to head you in the right direction
should you find more than one such method).
All Packages Class Hierarchy This Package Previous Next Index